home *** CD-ROM | disk | FTP | other *** search
- this.stop();
- time_i = 5;
- this.onEnterFrame = function()
- {
- if(_parent._parent.menu_mc.time_bar.bar._x < -176)
- {
- delete this.onEnterFrame;
- this.play();
- }
- else
- {
- _parent._parent.menu_mc.time_bar.bar._x -= time_i;
- _parent._parent.score += 150;
- _parent._parent.FNscore("s",_parent._parent.score);
- }
- };
-